Export some more symbols.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 4 Oct 2005 08:20:48 +0000 (09:20 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 4 Oct 2005 08:20:48 +0000 (09:20 +0100)
linux-2.6-xen-sparse/arch/xen/i386/kernel/setup.c
linux-2.6-xen-sparse/arch/xen/kernel/evtchn.c
linux-2.6-xen-sparse/arch/xen/x86_64/kernel/setup.c

index 7915b4f39496ee9c3a24cd30a3b58152129fc76d..84b769a14b7f4479d83f6c8840d1a9a99f01bbd6 100644 (file)
@@ -365,6 +365,7 @@ EXPORT_SYMBOL(phys_to_machine_mapping);
 
 /* Raw start-of-day parameters from the hypervisor. */
 start_info_t *xen_start_info;
+EXPORT_SYMBOL(xen_start_info);
 
 static void __init limit_regions(unsigned long long size)
 {
index cef53c81ccbe3ced24d7a906d3e1664347cefc37..99f928e1a355f1f48ab35925db237c16622f36af 100644 (file)
@@ -629,6 +629,7 @@ void notify_remote_via_irq(int irq)
        if (VALID_EVTCHN(evtchn))
                notify_remote_via_evtchn(evtchn);
 }
+EXPORT_SYMBOL(notify_remote_via_irq);
 
 void irq_resume(void)
 {
index 3a090e24c10c1b12564361a46041363e0c590207..2df3585c0837d1c42a28a51aa7d36a20bec294be 100644 (file)
@@ -86,6 +86,7 @@ DEFINE_PER_CPU(int, nr_multicall_ents);
 
 /* Raw start-of-day parameters from the hypervisor. */
 start_info_t *xen_start_info;
+EXPORT_SYMBOL(xen_start_info);
 #endif
 
 /*